home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / matrix < prev    next >
Text File  |  1994-04-25  |  265b  |  20 lines

  1. matrix:
  2.  
  3. Syntax:    matrix ( a )
  4.  
  5. Description:
  6.  
  7.     The matrix function attempts to cast (convert) it's argument
  8.     to a matrix. Thus;
  9.  
  10.     matrix ( 3.14 )
  11.  
  12.     will produce a 1-by-1 matrix.
  13.  
  14.     matrix()
  15.  
  16.     will produce a NULL matrix (a matrix with no elements).
  17.  
  18.  
  19. See Also: scalar
  20.